@media screen and (min-width: 768px) {
 
 .mod_customnav ul {
        max-width:150px;
        position: fixed;
        bottom: 0px;
        left: -40px;
        float:left;
    }
    .mod_customnav li {
        float:left;
        margin:0;
        padding:;
        list-style-type:none;
    }
    .mod_customnav a,
    .mod_customnav span {
        max-width:650px;
        display:block;
        margin-right:12px;
        font-family:"Droid Sans",sans-serif;
        font-size:12px;
        line-height: 20px;
        text-decoration:none;
        color:#ffffff;
        transition:1s;
    }
    .mod_customnav a:hover,
    .mod_customnav a:focus {
    	color:#ffffff;
        text-decoration:underline;
    }
    .mod_customnav span.active {
        text-decoration:underline;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
 
 .mod_customnav ul {
        max-width:150px;
        position: absolute;
        padding-top: 10px;
        bottom: 7px;
        left: -40px;
        float:left;
    }
    .mod_customnav li {
        float:left;
        margin:0;
        padding:;
        list-style-type:none;
    }
    .mod_customnav a,
    .mod_customnav span {
        max-width:650px;
        display:block;
        margin-right:12px;
        font-family:"Droid Sans",sans-serif;
        font-size:12px;
        line-height: 20px;
        text-decoration:none;
        color:#ffffff;
        transition:1s;
    }
    .mod_customnav a:hover,
    .mod_customnav a:focus {
    	color:#d70303;
        text-decoration:underline;
    }
    .mod_customnav span.active {
        text-decoration:underline;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
 
 .mod_customnav ul {
        max-width:150px;
        position: absolute;
        padding-top: 10px;
        bottom: 7px;
        left: -40px;
        float:left;
    }
    .mod_customnav li {
        float:left;
        margin:0;
        padding:;
        list-style-type:none;
    }
    .mod_customnav a,
    .mod_customnav span {
        max-width:650px;
        display:block;
        margin-right:12px;
        font-family:"Droid Sans",sans-serif;
        font-size:12px;
        line-height: 20px;
        text-decoration:none;
        color:#ffffff;
        transition:1s;
    }
    .mod_customnav a:hover,
    .mod_customnav a:focus {
    	color:#ffffff;
        text-decoration:underline;
    }
    .mod_customnav span.active {
        text-decoration:underline;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
 
 .mod_customnav ul {
        max-width:150px;
        position: absolute;
        padding-top: 10px;
        bottom: 7px;
        left: -40px;
        float:left;
    }
    .mod_customnav li {
        float:left;
        margin:0;
        padding:;
        list-style-type:none;
    }
    .mod_customnav a,
    .mod_customnav span {
        max-width:650px;
        display:block;
        margin-right:12px;
        font-family:"Droid Sans",sans-serif;
        font-size:12px;
        line-height: 20px;
        text-decoration:none;
        color:#ffffff;
        transition:1s;
    }
    .mod_customnav a:hover,
    .mod_customnav a:focus {
    	color:#ffffff;
        text-decoration:underline;
    }
    .mod_customnav span.active {
        text-decoration:underline;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
 
 .mod_customnav ul {
        max-width:150px;
        position: absolute;
        padding-top: 10px;
        bottom: 7px;
        left: -40px;
        float:left;
    }
    .mod_customnav li {
        float:left;
        margin:0;
        padding:;
        list-style-type:none;
    }
    .mod_customnav a,
    .mod_customnav span {
        max-width:650px;
        display:block;
        margin-right:12px;
        font-family:"Droid Sans",sans-serif;
        font-size:12px;
        line-height: 20px;
        text-decoration:none;
        color:#ffffff;
        transition:1s;
    }
    .mod_customnav a:hover,
    .mod_customnav a:focus {
    	color:#ffffff;
        text-decoration:underline;
    }
    .mod_customnav span.active {
        text-decoration:underline;
    }
}